@font-face {
  font-family: "verdanabold";
  src: url("fonts/verdana-bold-webfont.woff2") format("woff2"), url("fonts/verdana-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "verdanaregular";
  src: url("fonts/verdana-webfont.woff2") format("woff2"), url("fonts/verdana-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

ul {
  margin: 0px;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
}

.clr {
  clear: both;
}

label {
  margin: 0px;
}

input,
textarea,
select {
  border: 0px none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  font-family: "verdanaregular";
  font-weight: normal;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  margin-bottom: 0;
  font-weight: normal;
}

p {
  margin-bottom: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  cursor: pointer;
}

button {
  border-radius: 0px;
  border: 0px none;
  outline: none;
  cursor: pointer;
  font-family: "verdanaregular";
  font-weight: normal;
}
button:focus {
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: block;
  zoom: 1;
}

em,
i {
  font-style: normal;
}

body {
  color: #000000;
  background: #fff;
  font-family: "verdanaregular";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
body.hidden {
  overflow: hidden;
}

html,
body {
  scroll-behavior: smooth;
}
html.home_page .main_container,
body.home_page .main_container {
  padding-top: 0px;
}
html.home_page .main_container .header,
body.home_page .main_container .header {
  background-color: transparent;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

main {
  min-height: 100vh;
}

.main_container {
  width: 100%;
  min-height: unset;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  padding-top: 189px;
}
@media (max-width: 767px) {
  .main_container {
    padding-top: 113px;
  }
}

.auto_container {
  max-width: 1348px;
  margin: auto;
  padding: 0 20px;
  width: 100%;
}

.wrapper {
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

header {
  width: 100%;
  position: relative;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
header .header {
  padding: 15px 0;
  background-color: transparent;
  background-color: #42341F;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
header.sticky .header {
  background-color: #42341F;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  header .header {
    padding: 12px 0;
  }
}

body .fixed_header .header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
body.home_page .header {
  background-color: transparent;
}
body.home_page .fixed_header .header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header_main {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 250px;
}
.logo a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo a img {
  width: 74px;
  display: block;
}
.logo a strong {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8px;
  margin-left: 10px;
  color: #fff;
  white-space: nowrap;
  font-family: "verdanabold";
}
.logo a strong span {
  display: block;
  font-size: 13px;
  text-decoration: underline;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .logo {
    max-width: 200px;
  }
  .logo a {
    justify-content: flex-start;
  }
  .logo a img {
    width: 38px;
  }
  .logo a strong span {
    font-size: 11px;
  }
}

nav {
  width: auto;
}
nav ul {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
nav ul li {
  width: auto;
  padding: 0 15px;
}
nav ul li a {
  display: inline-block;
  text-align: center;
  font-family: "verdanaregular";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 15px 18px;
  border: 1px solid transparent;
  letter-spacing: 0.3em;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
nav ul li a:hover {
  color: #E8B633;
  letter-spacing: 0.4em;
}
nav ul li a.active {
  color: #fff;
}

.header_right {
  padding-left: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.header_rightBtn {
  padding-left: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.custom_btnOuter {
  width: auto;
}

.custom_btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #E8B633;
  font-size: 18px;
  font-family: "verdanaregular";
  color: #000;
  text-align: center;
  min-width: 130px;
  border: 2px solid #4D3805;
  border-radius: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.custom_btn:hover {
  background-color: #fff;
  border-color: #E8B633;
}

.burger {
  width: 40px;
  height: 35px;
  border-radius: 10px;
  background: #D3B000;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.burger:hover {
  background: rgb(56, 56, 56);
}
.burger:hover .strip div {
  background: white;
}
.burger:hover .burger-strip div:first-child {
  transform: rotate(45deg) translateY(0px) translateX(3px);
}
.burger:hover .burger-strip div:nth-child(2) {
  transform: rotate(-45deg);
}
.burger:hover .burger-strip div:last-child {
  transform: rotate(45deg) translateY(-6px) translateX(-3px);
}

.burger-strip {
  transition: all 0.5s ease;
}
.burger-strip div:first-child {
  width: 16px;
}
.burger-strip div:last-child {
  width: 28px;
}

.strip div {
  height: 3px;
  border-radius: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 30px;
}

.navbar {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 0;
}

.btn-bars {
  background-color: transparent;
}
.btn-bars span {
  display: inline-block;
}
.btn-bars span img {
  width: 48px;
  display: block;
  background-color: transparent;
}

.navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #FF3E3E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 280px;
  padding: 1.6rem 10px;
  transform: translateX(100%);
  transition: all 0.5s ease;
}

.btn-close {
  background-color: #252525;
  display: block;
  width: 33px;
  height: 33px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.5s ease;
}
.btn-close:hover {
  color: #FF3E3E;
}

.navbar-nav {
  margin: 4rem 0;
}

.showMenu {
  transform: translateX(0);
}

@media screen and (max-width: 400px) {
  .navbar-close {
    width: 100%;
  }
  .navbar-nav {
    margin: 2rem 0;
  }
}
.header_info {
  width: calc(100% - 250px);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.main_nav {
  width: auto;
}

.main_nav ul {
  display: flex;
  align-items: center;
}

.main_nav ul li {
  padding: 0px 15px;
}

.main_nav ul li a {
  font-family: "verdanaregular";
  color: #fff;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 14px;
  position: relative;
  z-index: 99;
}

.main_nav ul li a:hover {
  color: #D3B000;
}

.login_signup_bttn {
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.login_signup_bttn a {
  margin: 0px 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.loginBttn {
  color: #fff;
}

.loginBttn:hover {
  color: #ffc21a;
  text-decoration: underline;
}

.login_signup_bttn .btn_default {
  color: #000;
  padding: 8px 20px;
}

.login_signup_bttn .btn_default:hover {
  color: #fff;
}

.menuIcon,
.closeNav {
  display: none;
}

.sub_btn {
  width: auto;
  position: relative;
}
.sub_btn .sub_menu {
  position: absolute;
  right: -20px;
  top: 60px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
}
.sub_btn .sub_menu ul {
  padding: 0 5px;
  background-color: #fff;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: none;
  flex-wrap: wrap;
}
.sub_btn .sub_menu ul::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.sub_btn .sub_menu ul li {
  width: 100%;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.sub_btn .sub_menu ul li:last-child {
  border-bottom: none;
}
.sub_btn .sub_menu ul li h3 {
  color: #000;
  font-size: 18px;
  width: 100%;
  padding: 10px 0;
}
.sub_btn .sub_menu ul li > a {
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.sub_btn .sub_menu ul li > a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #D3B000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.sub_btn .sub_menu ul li > a:hover {
  color: #D3B000;
}
.sub_btn .sub_menu ul li > a:hover::after {
  width: 100%;
}
.sub_btn .sub_menu ul li > a.active {
  color: #D3B000;
}
.sub_btn .sub_menu ul li > a.active::after {
  width: 100%;
}
.sub_btn .sub_menu ul li > a strong {
  display: inline-block;
}
.sub_btn:hover .sub_menu {
  visibility: visible;
  opacity: 1;
  top: 0px;
  padding-top: 30px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.header_bottom {
  background-color: #F2CD72;
  border-bottom: 5px solid #C3922C;
  padding: 3px 0;
}
.header_bottom ul {
  margin: 0 -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_bottom ul li {
  padding: 0 10px;
}
.header_bottom ul li a {
  display: inline-block;
  font-family: "verdanaregular";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #000000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.header_bottom ul li a strong {
  display: inline-flex;
  align-items: center;
  font-family: "verdanabold";
}
.header_bottom ul li a strong span {
  display: inline-block;
  color: #35CD00;
  padding-left: 3px;
}
.header_bottom ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header_bottom {
    max-width: 100%;
    overflow-x: auto;
  }
}

.menuIcon,
.closeNav {
  display: none;
}

@media (max-width: 767px) {
  .menuIcon {
    width: 30px;
    height: 20px;
    right: 0;
    top: 9px;
    border-bottom: 2px solid #ffc21a;
    border-top: 2px solid #ffc21a;
    z-index: 2;
  }
  .menuIcon:after {
    width: 80%;
    height: 2px;
    background: #ffc21a;
    content: "";
    display: block;
    right: 0;
    top: 7px;
  }
  .menuIcon,
  .menuIcon:after {
    position: absolute;
    transition: all 0.4s ease;
  }
  .menuIcon,
  .menu_clos {
    display: block;
    cursor: pointer;
  }
  .menuIcon:hover:after {
    right: 20%;
  }
  .closeNav {
    display: block;
    background: url(../images/closeNav.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    background-size: 100%;
  }
  .main_nav {
    padding-bottom: 30px;
  }
  .header_info {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0px;
    top: 0px;
    padding: 50px 20px 50px;
    display: none;
    z-index: 6;
  }
  .main_nav ul {
    display: block;
  }
  .main_nav ul li {
    padding: 0px 0px 10px;
  }
  .login_signup_bttn {
    width: auto;
    display: block;
    padding-left: 0px;
  }
  .login_signup_bttn a {
    margin: 0 0 20px;
  }
}
.footer {
  width: 100%;
  background-color: #4c3e1e;
}

.footer_top {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .footer_top {
    padding: 40px 0;
  }
}

.footer_inner {
  width: 100%;
}

.footer_topdata {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer_topdata {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer_topdata {
    flex-wrap: wrap;
  }
}

.footer_left {
  width: auto;
  max-width: 400px;
}
.footer_left p {
  color: #fff;
  font-size: 16px;
  font-family: "verdanaregular";
}
.footer_left p:not(:last-child) {
  padding-bottom: 30px;
}
.footer_left p:nth-of-type(2) {
  padding-bottom: 15px;
}
.footer_left .logo {
  padding-bottom: 50px;
}
.footer_left .logo a {
  flex-wrap: wrap;
}
.footer_left .logo a img {
  margin: 0 auto 5px;
}
.footer_left .logo a strong {
  margin-left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer_left {
    max-width: 200px;
  }
  .footer_left .logo {
    width: 100%;
    max-width: 140px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
  .footer_left .logo {
    width: 100%;
    max-width: 150px;
    padding-bottom: 25px;
  }
  .footer_left .logo strong {
    white-space: normal;
    word-break: break-all;
  }
  .footer_left .logo strong span {
    font-size: 10px;
  }
  .footer_left .logo strong span br {
    display: none;
  }
}

.social_login {
  width: 100%;
}
.social_login ul {
  margin: 0 -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_login ul li {
  width: auto;
  padding: 0 5px;
}
.social_login ul li a {
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #30373E;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.social_login ul li a i {
  height: 16px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.social_login ul li a:hover {
  background-color: #fff;
}
.social_login ul li a:hover .fa-instagram {
  color: #E1306C;
}
.social_login ul li a:hover .fa-facebook {
  color: #3B5998;
}
.social_login ul li a:hover .fa-x-twitter {
  color: #1DA1F2;
}
.social_login ul li a:hover .fa-tiktok {
  color: #ff0050;
}
.social_login ul li a:hover .fa-linkedin {
  color: #0077B5;
}
@media (max-width: 767px) {
  .social_login {
    padding-bottom: 20px;
  }
  .social_login ul {
    justify-content: flex-start;
  }
}

.footer_middle {
  width: auto;
  min-width: 300px;
  padding-left: 40px;
}
.footer_middle strong {
  color: #fff;
  font-size: 16px;
  font-family: "verdanabold";
  display: block;
  padding-bottom: 30px;
}
.footer_middle ul li:not(:last-child) {
  padding-bottom: 10px;
}
.footer_middle ul li a {
  color: #fff;
  font-size: 12px;
  font-family: "verdanaregular";
  display: inline-block;
  white-space: nowrap;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.footer_middle ul li a:hover {
  color: #D3B000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer_middle {
    padding-left: 10px;
  }
  .footer_middle strong {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer_middle {
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .footer_middle strong {
    padding-bottom: 15px;
  }
}

.footer_right {
  width: auto;
}
.footer_right > strong {
  color: #fff;
  font-size: 16px;
  font-family: "verdanabold";
  display: block;
  padding-bottom: 25px;
}
.footer_right > p {
  color: #fff;
  font-size: 14px;
  font-family: "verdanaregular";
  padding-bottom: 20px;
}
.footer_right > p a {
  display: inline-block;
  color: inherit;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer_right {
    padding-top: 30px;
  }
  .footer_right > strong {
    padding-bottom: 15px;
  }
  .footer_right > p {
    padding-bottom: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .footer_right > strong {
    padding-bottom: 15px;
  }
  .footer_right > p {
    padding-bottom: 10px;
    line-height: 1.5;
  }
}

.footer_bottom {
  width: 100%;
  padding: 20px 0;
}
.footer_bottom p {
  color: #fff;
  font-size: 12px;
  font-family: "verdanaregular";
  text-align: center;
}
.footer_bottom p strong {
  display: inline-block;
  color: #D3B000;
}

.authentication_page header,
.authentication_page footer {
  display: none;
}
.authentication_page .main_container {
  padding-top: 0;
}

.authentication {
  width: 100%;
  min-height: 100vh;
  background-color: #FFFCF3;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.authentication .auto_container {
  max-width: 850px;
}

.authenticationInner {
  width: 100%;
  padding: 40px;
  background-color: #211a10;
  background-image: url(../images/auth_background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  .authenticationInner {
    padding: 20px;
  }
}

.form_logo {
  width: 100%;
  padding-bottom: 40px;
}
.form_logo figure {
  width: 100%;
  max-width: 150px;
  margin: auto;
  display: block;
}
.form_logo figure img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .form_logo {
    padding-bottom: 20px;
  }
  .form_logo figure {
    max-width: 100px;
  }
}

.form_main {
  width: 100%;
}
.form_main h2 {
  font-size: 38px;
  color: #fff;
  font-family: "verdanabold";
  text-align: center;
  padding-bottom: 20px;
}
.form_main h3 {
  font-size: 18px;
  color: #fff;
  font-family: "verdanaregular";
  text-align: center;
  padding-bottom: 30px;
}
.form_main ul {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.form_main ul li {
  width: 100%;
}
.form_main ul li:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .form_main h2 {
    font-size: 26px;
  }
  .form_main h3 {
    font-size: 16px;
  }
}

.form_data {
  width: 100%;
}
.form_data label {
  display: block;
  font-size: 16px;
  color: #D3B000;
  font-family: "verdanaregular";
  display: block;
  padding-bottom: 10px;
}
.form_data input,
.form_data select,
.form_data textarea {
  font-size: 16px;
  color: #000;
  font-family: "verdanaregular";
  background-color: #FFFADF;
  padding: 12px;
  width: 100%;
  border: 1px solid #D3B000;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}
.form_data input::-webkit-inner-spin-button, .form_data input::-webkit-outer-spin-button,
.form_data select::-webkit-inner-spin-button,
.form_data select::-webkit-outer-spin-button,
.form_data textarea::-webkit-inner-spin-button,
.form_data textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_data input::-webkit-input-placeholder, .form_data input::-moz-placeholder,
.form_data select::-webkit-input-placeholder,
.form_data select::-moz-placeholder,
.form_data textarea::-webkit-input-placeholder,
.form_data textarea::-moz-placeholder {
  color: #4E4E4E;
}
.form_data input:active, .form_data input:focus,
.form_data select:active,
.form_data select:focus,
.form_data textarea:active,
.form_data textarea:focus {
  border-color: #fff;
}
.form_data > a {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #D3B000;
  font-family: "verdanabold";
  text-align: center;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 20px;
}
.form_data > a:hover {
  text-decoration: underline;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #D3B000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox input:checked + label::before {
  background-color: #fff;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .checkbox label {
    line-height: 1.5;
  }
}

.form_submit {
  width: 100%;
  padding-top: 10px;
}
.form_submit input {
  background-color: #D3B000;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-family: "verdanabold";
  background-color: #ECC147;
  padding: 12px;
  width: 100%;
  border: 1px solid #D3B000;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.form_submit input:hover {
  background-color: #fff;
  color: #E8B633;
}

.new_here {
  width: 100%;
}
.new_here p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "verdanaregular";
}
.new_here p a {
  color: #D3B000;
  font-family: "verdanabold";
}
.new_here p a:hover {
  text-decoration: underline;
}

.carousel__slide__inner {
  overflow: hidden;
  position: relative;
}
.doAnimation .slick-active .carousel__slide__inner .carousel__image {
  animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
  transform: scale(1.3);
}
.carousel__slide__overlay {
  background-color: transparent;
  background-size: 100%;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.slick-active .carousel__slide__overlay {
  animation: scale-in-hor-left 1.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s reverse both;
}
.carousel__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transform: scale(1);
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .carousel__image {
    min-height: 350px;
  }
}

@keyframes scale-out {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-in-hor-left {
  0% {
    transform: translateX(-100%) scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scaleX(0.5);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: translateX(0) scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
.slider_detail h1 {
  font-size: 50px;
  font-family: "verdanabold";
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: unset;
}
.slider_detail p {
  font-size: 20px;
  font-family: "verdanaregular";
  color: #fff;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: unset;
  line-height: 1.2;
}

.banner_section {
  position: relative;
}
.banner_section .carousel {
  position: relative;
}
.banner_section .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 -5px;
  display: flex;
  justify-content: center;
}
.banner_section .slick-dots li {
  padding: 0 5px;
}
.banner_section .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  font-size: 0;
  outline: none;
  cursor: pointer;
}
.banner_section .slick-dots li.slick-active button {
  background: #fff;
}

.slick-list {
  height: auto !important;
}

.slider_data {
  position: relative;
}
.slider_data img {
  display: block;
  width: 100%;
  max-height: 500px;
}

.slider_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  z-index: 2;
}
.slider_content h1 {
  font-size: 50px;
  color: #fff;
  font-family: "verdanabold";
  padding-bottom: 20px;
}
.slider_content p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: "verdanaregular";
  padding-bottom: 30px;
  max-width: 700px;
}
@media (max-width: 767px) {
  .slider_content {
    padding: 15px;
  }
  .slider_content h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .slider_content p {
    font-size: 16px;
    padding-bottom: 15px;
  }
}

.padding_top {
  padding-top: 135px;
}

.auto_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .auto_container {
    padding: 0 15px;
  }
}

.products {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .products {
    padding: 40px 0;
  }
}

.products_inner {
  width: 100%;
}

.heading_two {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.heading_two h2 {
  font-size: 36px;
  font-family: "verdanabold";
  color: #ECC147;
  text-transform: none;
  letter-spacing: unset;
  line-height: 1.2;
}
.heading_two p {
  font-size: 20px;
  font-family: "verdanaregular";
  color: #111;
  line-height: 1.2;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .heading_two h2 {
    font-size: 28px;
  }
  .heading_two p {
    font-size: 16px;
  }
}

.product_topbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.product_topbar h3 {
  font-size: 20px;
  font-family: "verdanaregular";
  color: #fff;
}
.product_topbar a {
  display: inline-block;
  font-size: 20px;
  color: #E8B633;
  font-family: "verdanaregular";
}
.product_topbar a:hover {
  text-decoration: underline;
}

.product_list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.product_list ul li {
  width: 25%;
  padding: 0 10px 18px;
  margin: auto;
}
.product_list ul li p {
  font-size: 14px;
  font-family: "verdanaregular";
  color: #000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product_list ul {
    margin: 0;
  }
  .product_list ul li {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product_list ul {
    margin: 0 -5px;
  }
  .product_list ul li {
    width: 50%;
    padding: 0 5px 20px;
  }
}

.product_data {
  width: 100%;
  height: 100%;
  background-color: #FFF7E1;
  padding: 25px;
  border-radius: 12px;
}
.product_data img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 20px;
}
.product_data h3 {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000;
  padding-bottom: 10px;
  line-height: 1.2;
}
.product_data p {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.product_data p i {
  font-size: 15px;
  margin: 0 5px;
}
.product_data p i.fa-arrow-up {
  color: #008000;
}
.product_data p i.fa-arrow-down {
  color: #ff0000;
}
.product_data h4 {
  font-size: 18px;
  font-family: "verdanabold";
  color: #E8B633;
  padding-bottom: 10px;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product_data h4 small {
  display: inline-flex;
  align-items: center;
  font-family: "verdanaregular";
}
.product_data h4 small span {
  padding: 3px 8px;
  display: inline-block;
  background-color: #D3B000;
  color: #000;
  font-size: 12px;
  border-radius: 99px;
  margin-right: 5px;
  white-space: nowrap;
}
.product_data h4 small strong {
  padding: 3px 8px;
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  font-size: 12px;
  border-radius: 99px;
  white-space: nowrap;
}
@media (min-width: 480px) and (max-width: 767px) {
  .product_data {
    padding: 15px 10px;
  }
  .product_data h3 {
    font-size: 14px;
  }
  .product_data h4 {
    font-size: 16px;
  }
  .product_data .custom_btn {
    padding: 8px 10px;
    min-width: 110px;
  }
}

.product_cta {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.product_cta a:first-child,
.product_cta button:first-child {
  display: inline-block;
  font-size: 14px;
  color: #E8B633;
  font-family: "verdanabold";
  text-decoration: underline;
}
.product_cta a.custom_btn,
.product_cta button.custom_btn {
  border-radius: 99px;
  color: #fff;
  background-color: #E8B633;
  border-color: #E8B633;
}
.product_cta a.custom_btn:hover,
.product_cta button.custom_btn:hover {
  background-color: #fff;
  color: #E8B633;
}

.no_products {
  width: 100%;
}
.no_products h3 {
  font-size: 20px;
  font-family: "verdanabold";
  color: #000;
  padding: 20px 0;
  padding-bottom: 10px;
}
.no_products p {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000;
  line-height: 1.2;
}

.invest {
  width: 100%;
  padding: 60px 0;
  background-color: #FFFCF3;
}

.invest_main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec_left {
  width: 50%;
  padding-right: 30px;
}
.sec_left figure {
  display: block;
  width: 100%;
}
.sec_left figure img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .sec_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.sec_right {
  width: 50%;
  padding-left: 30px;
}
.sec_right h2 {
  font-size: 36px;
  font-family: "verdanabold";
  color: #E8B633;
  line-height: 1.2;
  padding-bottom: 15px;
}
.sec_right h3 {
  font-size: 20px;
  font-family: "verdanabold";
  color: #E8B633;
  line-height: 1.2;
  padding-bottom: 10px;
}
.sec_right p {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #111;
  line-height: 1.4;
  padding-bottom: 20px;
}
.sec_right .custom_btn {
  border-color: #E8B633;
  border-radius: 99px;
  color: #fff;
}
.sec_right .custom_btn:hover {
  color: #E8B633;
}
@media (max-width: 767px) {
  .sec_right {
    width: 100%;
    padding-left: 0;
  }
  .sec_right h2 {
    font-size: 30px;
  }
  .sec_right h3 {
    font-size: 18px;
  }
  .sec_right p {
    font-size: 14px;
  }
}

.how_itWorks {
  padding: 60px 0;
  background-color: #fff;
}
.how_itWorks .heading_two {
  padding-bottom: 40px;
}
.how_itWorks .product_list {
  padding-bottom: 60px;
}
.how_itWorks .product_data {
  text-align: center;
  padding: 50px 20px;
}
.how_itWorks .product_data figure {
  display: block;
  width: 50px;
  margin: 0 auto 20px;
  border-radius: 100px;
}
.how_itWorks .product_data figure img {
  width: 100%;
  min-height: unset;
  height: unset;
  margin-bottom: 0;
}
.how_itWorks .product_data strong {
  display: block;
  font-size: 18px;
  font-family: "verdanabold";
  color: #E8B633;
  padding-bottom: 15px;
}
.how_itWorks .product_data p {
  font-size: 13px;
  font-family: "verdanaregular";
  color: #111;
  line-height: 1.4;
}
.how_itWorks .invest_main {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 767px) {
  .how_itWorks {
    padding: 40px 0;
  }
}

.testimonial {
  padding: 60px 0;
  background-color: #FFFCF3;
}
.testimonial .heading_two {
  padding-bottom: 40px;
}
.testimonial .testimonial_slider {
  padding-top: 30px;
}
.testimonial .slick-slide {
  opacity: 0.5;
}
.testimonial .slick-slide.slick-current {
  opacity: 1;
}
.testimonial .carousel__slide {
  padding: 0 25px;
}
.testimonial .slick-arrow {
  position: absolute;
  top: -25px;
  width: 35px;
  height: 35px;
  font-size: 0;
  background-color: transparent;
  background-image: url(../images/arrow.png);
  background-size: 35px;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: all 0.4s;
}
.testimonial .slick-arrow:hover {
  opacity: 1;
}
.testimonial .slick-arrow.slick-prev {
  left: 40px;
}
.testimonial .slick-arrow.slick-next {
  right: 40px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .testimonial {
    padding: 40px 0;
  }
}

.testimonial_data {
  display: flex;
  align-items: center;
  background-color: rgba(232, 182, 51, 0.4);
  padding: 40px 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .testimonial_data {
    flex-wrap: wrap;
    padding: 20px;
  }
}

.testi_left {
  width: 140px;
}
.testi_left img {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  display: block;
}
@media (max-width: 767px) {
  .testi_left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .testi_left img {
    margin: auto;
  }
}

.testi_right {
  width: calc(100% - 140px);
  padding-left: 25px;
}
.testi_right img {
  width: 140px;
  display: block;
  margin-bottom: 20px;
}
.testi_right h3 {
  display: block;
  font-size: 22px;
  font-family: "verdanabold";
  color: #111;
  padding-bottom: 10px;
}
.testi_right p {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #111;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testi_right {
    width: 100%;
    padding-left: 0;
  }
  .testi_right img {
    margin: 0 auto 15px;
  }
  .testi_right h3 {
    text-align: center;
  }
  .testi_right p {
    text-align: center;
    font-size: 14px;
  }
}

.banner_tow {
  padding: 100px 0;
  background-image: url(../images/banner_two.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.banner_tow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 23, 5, 0.55);
}

.banner_content {
  position: relative;
  z-index: 1;
}
.banner_content h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "verdanabold";
  color: #fff;
  margin-bottom: 10px;
}
.banner_content h3 {
  font-size: 20px;
  font-family: "verdanaregular";
  color: #fff;
}

.shop_section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .shop_section {
    padding: 40px 0;
  }
}

.shop_inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.shop_left {
  width: 100%;
  background-color: #42341f;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .shop_left {
    padding-bottom: 40px;
    min-width: 100%;
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: calc(100% - 40px);
    z-index: 1;
  }
}

.shop_right {
  width: 100%;
}
.shop_right .product_list ul {
  margin: 0 -10px;
}
.shop_right .product_list ul li {
  width: 33.3333%;
  padding: 0 10px 20px;
}
@media (max-width: 767px) {
  .shop_right {
    width: 100%;
    padding-left: 0;
  }
  .shop_right .product_list ul li {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .shop_right .product_list ul li {
    width: 50%;
  }
}

.filter_top {
  padding-bottom: 20px;
}
.filter_top h3 {
  font-size: 22px;
  font-family: "verdanabold";
  color: #fff;
}

.filters {
  position: relative;
}
.filters > .custom_btn {
  padding: 6px;
  font-size: 16px;
  position: absolute;
  top: -50px;
  right: 0;
}
.filters > ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.filters > ul > li {
  width: 50%;
  padding: 0 10px 20px;
}
.filters > ul > li > strong {
  display: block;
  padding-bottom: 20px;
  font-size: 22px;
  font-family: "verdanabold";
  color: #fff;
}
.filters > ul > li ul li:not(:last-child) {
  padding-bottom: 10px;
}
.filters > ul > li ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: "verdanaregular";
  color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.filters > ul > li ul li a:hover {
  color: #E8B633;
}
.filters .col-12 a {
  color: red;
  transition: all 0.3s;
}
.filters .col-12 a:hover {
  text-decoration: underline;
}
.filters .col-12 .custom_btn {
  font-size: 14px;
  padding: 8px 10px;
}
.filters .col-md-6 .form-label,
.filters .col-md-6 > strong {
  font-size: 16px;
  color: #fff;
  display: block;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .filters .col-md-6 .form-label,
  .filters .col-md-6 > strong {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.filters .col-md-6 > strong {
  padding-bottom: 10px;
}
.filters .col-md-6 .input-group input,
.filters .col-md-6 .input-group select,
.filters .col-md-6 .input-group textarea {
  padding: 10px;
  font-size: 16px;
  color: #000;
  height: auto;
  border: none;
}
.filters .col-md-6 .input-group input:focus,
.filters .col-md-6 .input-group select:focus,
.filters .col-md-6 .input-group textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.filters .col-md-6 .input-group input::-webkit-input-placeholder,
.filters .col-md-6 .input-group select::-webkit-input-placeholder,
.filters .col-md-6 .input-group textarea::-webkit-input-placeholder {
  color: #ccc;
}
.filters .col-md-6 .input-group button {
  background-color: #D3B000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  .filters {
    padding: 0;
  }
  .filters form {
    padding: 10px !important;
  }
  .filters form > .row {
    margin: 0;
  }
  .filters form > .row > div {
    padding: 0 0 30px;
  }
  .filters form > .row > div:last-child {
    padding-bottom: 0;
  }
}

.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.price-field input {
  position: absolute;
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}
.price-field input::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.price-field input:active, .price-field input:focus {
  outline: 0;
}
.price-field input::-ms-track {
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}
.price-field input::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -4px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}
.price-field input::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}
.price-field input::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-wrap {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: "Karla", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.trending {
  padding: 60px 0;
  background-color: #FFFCF3;
}
.trending .carousel__slide {
  padding: 0 20px;
}
.trending .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  font-size: 0;
  background-color: transparent;
  background-image: url(../images/arrow.png);
  background-size: 35px;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition: all 0.4s;
}
.trending .slick-arrow:hover {
  opacity: 1;
}
.trending .slick-arrow.slick-prev {
  left: -40px;
}
.trending .slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}
.trending .heading_two {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .trending {
    padding: 40px 0;
  }
  .trending .slick-arrow {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .trending .slick-arrow.slick-prev {
    left: -10px;
  }
  .trending .slick-arrow.slick-next {
    right: -10px;
  }
}

.product_detail {
  padding: 60px 0;
  background-color: #ffffff;
}
.product_detail .heading_two {
  padding-bottom: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .product_detail {
    padding: 40px 0;
  }
}

.detail_data {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.detail_left {
  width: 450px;
}
.detail_left figure {
  display: block;
  background-color: #fff;
}
.detail_left figure img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .detail_left {
    margin: auto;
    padding-bottom: 30px;
  }
}

.detail_right {
  width: calc(100% - 450px);
  padding-left: 100px;
}
.detail_right h2 {
  font-size: 30px;
  font-family: "verdanabold";
  color: #e8b633;
  padding-bottom: 30px;
}
.detail_right > strong {
  display: block;
  font-size: 12px;
  font-family: "verdanaregular";
  color: #e8b633;
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.detail_right > strong::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  height: 6px;
  width: 6px;
  background-color: #D3B000;
  border-radius: 100px;
}
.detail_right p {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000000;
  line-height: 1.5;
  padding-bottom: 15px;
}
.detail_right h3 {
  font-size: 20px;
  font-family: "verdanabold";
  color: #e8b633;
  padding-bottom: 20px;
}
.detail_right span {
  display: block;
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000000;
  padding-bottom: 20px;
}
.detail_right span strong {
  display: inline-block;
  width: 150px;
  padding-right: 10px;
}
.detail_right span b {
  display: inline-block;
}
.detail_right i {
  font-style: normal;
  display: flex;
  align-items: center;
  color: #D3B000;
  font-size: 16px;
  font-family: "verdanaregular";
  padding-bottom: 10px;
}
.detail_right i img {
  display: inline-block;
  width: 16px;
  margin-right: 10px;
}
.detail_right .custom_btn {
  margin-top: 20px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .detail_right {
    width: 100%;
    padding-left: 0;
  }
  .detail_right h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .detail_right > strong {
    font-size: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .detail_right > strong::after {
    top: 2px;
  }
  .detail_right p {
    font-size: 14px;
  }
  .detail_right h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .detail_right span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .detail_right i:nth-of-type(1) {
    padding-top: 15px;
  }
}

.reviews_top {
  border-bottom: 1px solid rgba(209, 209, 209, 0.062745098);
  text-align: center;
  margin-bottom: 30px;
}
.reviews_top h3 {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  font-family: "verdanabold";
  color: #D3B000;
  padding-bottom: 10px;
  position: relative;
}
.reviews_top h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #D3B000;
}

.no_reviews {
  padding: 15px;
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000;
  background-color: #D3B000;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .no_reviews {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.review_form > label {
  display: block;
  font-size: 16px;
  font-family: "verdanaregular";
  color: #fff;
  padding-bottom: 20px;
}
.review_form .form_main ul {
  max-width: 100%;
  width: auto;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.review_form .form_main ul li {
  padding: 0 10px 20px;
}
.review_form .form_main ul li.w_50 {
  width: 50%;
}
.review_form .form_main ul li .form_data label {
  color: #fff;
}
.review_form .form_main ul li .form_submit .custom_btn {
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .review_form > label {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.5;
  }
  .review_form .form_main ul {
    max-width: unset;
  }
  .review_form .form_main ul li.w_50 {
    width: 100%;
  }
}

.cart {
  padding: 60px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cart {
    padding: 40px 0;
  }
}

.cart_main {
  display: flex;
  flex-wrap: wrap;
}

.cart_left {
  width: calc(100% - 400px);
  padding-right: 30px;
}
.cart_left .review_form {
  padding: 40px;
  background-color: #44381b;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.cart_left .review_form h3 {
  font-size: 30px;
  font-family: "verdanabold";
  color: #ffffff;
  padding-bottom: 30px;
}
.cart_left .review_form .form_submit input {
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .cart_left .cart_table:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
}
.cart_left .cart_table:not(:first-child) > ul > li .cart_data > strong {
  display: none;
}
@media (max-width: 767px) {
  .cart_left .cart_table:not(:first-child) > ul > li .cart_data > strong {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_left {
    width: 100%;
    padding-right: 0;
    overflow: auto;
  }
  .cart_left table {
    min-width: 500px;
    margin-bottom: 0;
  }
  .cart_left .review_form {
    padding: 20px;
  }
  .cart_left .review_form h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cart_left {
    width: 100%;
    padding-right: 0;
  }
  .cart_left .review_form {
    padding: 20px;
  }
  .cart_left .review_form h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .cart_left table {
    display: flex;
    min-width: unset;
    margin-bottom: 0;
  }
  .cart_left table thead {
    width: 20%;
  }
  .cart_left table tbody {
    width: 80%;
  }
  .cart_left table tbody tr td {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .cart_left table tbody tr td:not(:first-child) {
    text-align: end;
  }
  .cart_left table tbody tr td .cart_item strong {
    font-size: 16px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cart_left table tbody tr td p {
    font-size: 16px !important;
  }
  .cart_left table tbody tr td .quantity {
    margin-right: 0;
  }
  .cart_left table tbody tr:last-child {
    display: flex;
    justify-content: space-between;
    margin-left: -24%;
  }
  .cart_left table tbody tr:last-child td:nth-child(2), .cart_left table tbody tr:last-child td:nth-child(3) {
    display: none;
  }
  .cart_left table tbody tr:last-child td:nth-child(1) {
    margin-right: 40px;
  }
  .cart_left table tr th {
    margin-bottom: 30px;
    text-align: left;
  }
  .cart_left table tr th:not(:first-child) {
    text-align: left;
  }
  .cart_left table tr th:nth-child(3) {
    margin-bottom: 35px;
  }
  .cart_left table thead,
  .cart_left table tbody,
  .cart_left table th,
  .cart_left table td,
  .cart_left table tr {
    display: block;
    border: none;
    padding: 0;
  }
  .cart_left table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart_left table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 10px;
  }
}

.table tr th {
  font-size: 16px;
  font-family: "verdanabold";
  color: #000000;
  border: none;
}
.table tr th:not(:first-child) {
  text-align: center;
}
.table tr th:last-child {
  text-align: right;
}
.table tr td {
  vertical-align: middle;
}
.table tr td p {
  font-size: 14px;
  font-family: "verdanaregular";
  color: #000000;
}
.table tr td > span {
  display: inline-block;
  font-size: 16px;
  font-family: "verdanabold";
  color: #D3B000;
}
.table tr td:not(:first-child) {
  text-align: center;
}
.table tr td:last-child {
  text-align: right;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.cart_item {
  width: auto;
  display: flex;
  align-items: center;
}
.cart_item img {
  width: 70px;
  display: block;
  margin-right: 10px;
}
.cart_item strong {
  display: block;
  font-size: 14px;
  max-width: 100px;
  font-family: "verdanaregular";
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_item img {
    width: 50px;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cart_item strong {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cart_item img {
    width: 50px;
  }
  .cart_item strong {
    font-size: 12px;
  }
}

.cart_right {
  width: 400px;
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart_right {
    margin: auto;
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cart_right {
    margin: auto;
    padding-left: 0;
    padding-top: 30px;
  }
}

.summary {
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #4c3e1e;
  padding: 20px;
}
.summary h3 {
  font-size: 20px;
  font-family: "verdanaregular";
  color: #e8b633;
  padding-bottom: 10px;
}
.summary > ul {
  padding-bottom: 10px;
}
.summary > ul > li {
  padding: 15px 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.summary > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.summary > ul > li strong {
  display: inline-block;
  color: #D3B000;
  font-family: "verdanabold";
  font-size: 18px;
  width: 150px;
  white-space: nowrap;
}
.summary > ul > li span {
  display: inline-block;
  color: #D3B000;
  font-size: 18px;
  padding-left: 10px;
}
.summary .custom_btn {
  border-radius: 100px;
  padding: 10px 20px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (max-width: 767px) {
  .summary {
    padding: 15px;
  }
  .summary h3 {
    font-size: 18px;
  }
  .summary > ul > li strong {
    font-size: 16px;
    width: 120px;
  }
  .summary > ul > li span {
    font-size: 16px;
  }
  .summary .custom_btn {
    padding: 8px 15px;
  }
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #403419;
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 140px;
  margin: auto;
}
@media (max-width: 767px) {
  .quantity {
    min-width: unset;
  }
}

.quantity__minus,
.quantity__plus {
  display: block;
  width: 50px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}
.quantity__minus span,
.quantity__plus span {
  font-size: 30px;
  color: #D3B000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .quantity__minus,
  .quantity__plus {
    width: 30px;
  }
  .quantity__minus span,
  .quantity__plus span {
    font-size: 20px;
  }
}

.quantity__minus:hover span,
.quantity__plus:hover span {
  color: #fff;
}

.quantity__minus {
  border-radius: 3px 0 0 3px;
}

.quantity__plus {
  border-radius: 0 3px 3px 0;
}

.quantity__input {
  width: 32px;
  height: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-family: "verdanabold";
}

.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
  color: #000000;
}

.thank_you {
  padding: 60px 0;
  background-color: #ffffff;
}

.thank_data {
  background-color: #4c3e1e;
  padding: 60px;
  max-width: 700px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: auto;
  border-radius: 15px;
  text-align: center;
}
.thank_data figure {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 30px;
}
.thank_data figure img {
  width: 100%;
  display: block;
}
.thank_data h3 {
  font-size: 30px;
  font-family: "verdanabold";
  color: #ffffff;
  padding-bottom: 60px;
}
.thank_data > a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-bottom: 40px;
}
.thank_data p {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #ffffff;
}
.thank_data p a {
  margin: 0;
  display: inline-block;
  color: #D3B000;
}
@media (max-width: 767px) {
  .thank_data {
    padding: 40px;
  }
  .thank_data figure {
    width: 100px;
    height: 100px;
  }
  .thank_data h3 {
    font-size: 24px;
    padding-bottom: 40px;
  }
  .thank_data p {
    font-size: 14px;
  }
}

.form_mainTop ul li {
  display: flex;
  justify-content: space-between;
}
.form_mainTop ul li span {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #fff;
}
.form_mainTop ul li span b {
  color: #D3B000;
}

.my_popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.my_popup::-webkit-scrollbar {
  display: none;
}

.my_popupInner {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.my_popupMain {
  background-color: #fff;
  padding: 40px;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
.my_popupMain .action_buttons {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.my_popupMain .action_buttons ul {
  margin: 0 -5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_popupMain .action_buttons ul li {
  width: auto;
  padding: 0 5px;
  border: none;
}
.my_popupMain .action_buttons ul li a {
  margin-left: 0;
  padding: 5px 10px;
}
.my_popupMain .type_of_draw_info h5 {
  font-size: 14px;
  padding-bottom: 5px;
}
.my_popupMain .type_of_draw {
  padding-bottom: 0;
  margin-bottom: 0;
}

.my_popupHeader {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.my_popupHeader h2 {
  width: 100%;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.my_popupClose {
  position: absolute;
  right: -53px;
  top: -53px;
  color: #000;
  padding: 3px;
  width: 26px;
  height: 26px;
  font-size: 18px;
  background-color: #D3B000;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.my_popupBody {
  text-align: center;
}
.my_popupBody p {
  font-size: 16px;
  color: #000;
  padding-bottom: 20px;
}

.my_popupFooter {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.my_popupFooter a {
  border-color: #D3B000;
}

.custom_text h4 {
  font-size: 24px;
  font-family: "verdanabold";
  color: #D3B000;
  padding-bottom: 15px;
  line-height: 1.2;
}
.custom_text ul {
  padding-bottom: 30px;
}
.custom_text ul:last-child {
  padding-bottom: 0;
}
.custom_text p,
.custom_text ul li {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000;
  line-height: 1.5;
}
.custom_text p:not(:last-child),
.custom_text ul li:not(:last-child) {
  padding-bottom: 10px;
}
.custom_text p strong,
.custom_text ul li strong {
  display: inline-block;
  font-family: "verdanabold";
}

.invoice {
  width: 100%;
  padding: 60px 0;
}

.invoice_inner {
  width: 100%;
}

.invoice_data {
  width: 100%;
}

.invoice_top {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.invoice_top span {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 1px solid #D3B000;
  color: #D3B000;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.invoice_top span i {
  font-size: 40px;
  color: #D3B000;
}
.invoice_top b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
}
.invoice_top strong {
  display: block;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
}

.ticket_printMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
}

.ticket_left {
  width: 75%;
  padding: 20px 30px;
  background-color: #f1f2f2;
  position: relative;
}
.ticket_left::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.ticket_left ul {
  width: 100%;
}
.ticket_left ul li {
  width: 100%;
  padding-bottom: 10px;
}
.ticket_left ul li:last-child {
  padding-bottom: 0;
}

.ticket_data {
  width: 100%;
}
.ticket_data span {
  display: block;
  color: #58595b;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 3px;
}
.ticket_data span i {
  font-style: normal;
  color: #000;
}
.ticket_data strong {
  display: block;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  padding-bottom: 3px;
}
.ticket_data b {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e50001;
}
.ticket_data figure {
  display: block;
  width: 100%;
}
.ticket_data figure img {
  display: block;
  width: 70px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ticket_printInner {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.ticket_right {
  width: 25%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffc21a;
  padding: 30px 10px;
  text-align: center;
  position: relative;
}
.ticket_right::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  z-index: 1;
}
.ticket_right::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  z-index: 1;
}

.ticket_rightMain {
  width: 100%;
  position: relative;
}
.ticket_rightMain span {
  display: block;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  line-height: 1;
}
.ticket_rightMain strong {
  display: block;
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 1;
}
.ticket_rightMain figure {
  width: 100%;
  max-width: 70px;
  margin: auto;
  display: block;
}
.ticket_rightMain figure img {
  width: 100%;
  display: block;
}
.ticket_rightMain b {
  display: block;
  margin: 15px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.invoice_tabs .my_btns {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.invoice_tabs .my_btns ul {
  margin: 0 -3px;
  justify-content: center;
}
.invoice_tabs .my_btns ul li {
  padding: 0 3px;
}
.invoice_tabs .my_btns ul li a {
  padding: 6px 5px;
  font-size: 14px;
}

.my_btns {
  width: auto;
}
.my_btns ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.my_btns ul li {
  width: auto;
  padding: 0 10px;
}
.my_btns ul li a {
  font-size: 16px;
  padding: 13px 10px;
}
.my_btns ul li a.my_date {
  background-color: #fff;
  border-color: #afafaf;
  color: #000;
  pointer-events: none;
  padding: 3px 8px;
}

.my_tabs {
  width: 100%;
  padding-bottom: 30px;
}
.my_tabs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.my_tabs ul li {
  width: auto;
  padding: 0 20px;
}
.my_tabs ul li a {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.my_tabs ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background: #D3B000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.my_tabs ul li a:hover::after {
  width: 100%;
}
.my_tabs ul li a.active::after {
  width: 100%;
}

.tab_detail {
  width: 100%;
}

.main_detail {
  width: 100%;
  display: none;
}

.custom_popup_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom_popup_detail {
  background: #fff;
  width: 600px;
  max-width: 100%;
  padding: 10px;
  position: relative;
  z-index: 11;
  margin-top: 85px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #000;
}

.print_me {
  position: absolute;
  right: 25px;
  top: 45px;
}

.print_me a {
  display: block;
  font-size: 22px;
  color: #000;
}

.custom_popup_detail_inner {
  width: 100%;
}

.popup_tittle {
  align-content: center;
  text-align: center;
  /* border: solid; */
  border-style: dotted;
  padding: 3px;
  margin-bottom: 20px;
}

.table_popup .popup_tittle h5 {
  padding-bottom: 5px;
  font-size: 20px;
}

.table1 {
  width: 100%;
}

.table1 ul li {
  border-bottom: 1px solid #dfdddd;
  padding: 6px 0px;
}

.table1_info {
  width: 100%;
  display: flex;
}

.table1_info strong {
  width: 50%;
  padding-right: 2px;
  display: block;
  font-family: "verdanabold";
  font-size: 12px;
}

.table1_info small {
  width: 50%;
  display: block;
  font-size: 12px;
  text-align: right;
}

.tiket_nmbere {
  width: 100%;
  padding-top: 2px;
}

.mobile_searchOuter {
  display: none;
  width: 100%;
  padding-bottom: 30px;
  display: none;
}
@media (max-width: 767px) {
  .mobile_searchOuter {
    display: block;
  }
}
.mobile_searchOuter .input-group {
  flex-wrap: nowrap;
  align-items: center;
}
.mobile_searchOuter .input-group input {
  padding-right: 50px;
}
.mobile_searchOuter .input-group input:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
.mobile_searchOuter .input-group .btn-secondary {
  margin-left: -43px;
  z-index: 3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile_searchOuter .input-group .btn-secondary i {
  pointer-events: none;
}
.mobile_searchOuter .input-group .filter_icon {
  padding: 10px;
  background-color: #f1f2f2;
  color: #000;
  font-size: 14px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.mobile_searchOuter .input-group .filter_icon i {
  pointer-events: none;
}

.cart_table ul {
  display: flex;
}
.cart_table ul li {
  flex-grow: 1;
}
.cart_table ul li:not(:first-child) .cart_data > strong,
.cart_table ul li:not(:first-child) .cart_data > span,
.cart_table ul li:not(:first-child) .cart_data > div {
  text-align: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cart_table ul li:not(:first-child) .cart_data > strong,
  .cart_table ul li:not(:first-child) .cart_data > span,
  .cart_table ul li:not(:first-child) .cart_data > div {
    justify-content: flex-start;
    align-items: center;
  }
}
.cart_table ul li:last-child .cart_data > strong,
.cart_table ul li:last-child .cart_data > span,
.cart_table ul li:last-child .cart_data > div {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cart_table ul li:last-child .cart_data > strong,
  .cart_table ul li:last-child .cart_data > span,
  .cart_table ul li:last-child .cart_data > div {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cart_table ul {
    display: block;
  }
  .cart_table ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.cart_data {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.cart_data > strong {
  font-size: 16px;
  font-family: "verdanabold";
  color: #000000;
  border: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem;
  width: 100%;
}
.cart_data > span,
.cart_data > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  font-size: 14px;
  font-family: "verdanaregular";
  color: #000000;
  padding: 0.75rem;
  width: 100%;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-right: 80px;
}
.cart_data > span .quantity,
.cart_data > div .quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.cart_data > span .cart_item,
.cart_data > div .cart_item {
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cart_data {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .cart_data strong {
    justify-content: flex-start;
    padding: 0;
  }
  .cart_data > span,
  .cart_data > div {
    border: none;
    white-space: nowrap;
    justify-content: flex-end;
    padding: 0;
  }
}

.grand_total {
  display: flex;
  justify-content: space-between;
}
.grand_total span {
  display: inline-block;
  font-size: 16px;
  font-family: "verdanabold";
  color: #D3B000;
  padding: 0.75rem;
}
.grand_total strong {
  display: inline-block;
  font-size: 16px;
  font-family: "verdanabold";
  color: #D3B000;
  padding: 0.75rem;
}
@media (max-width: 767px) {
  .grand_total span {
    padding: 0;
  }
  .grand_total strong {
    padding: 0;
  }
}

.simple_text h1 {
  font-size: 30px;
  font-family: "verdanabold";
  color: #D3B000;
  padding-bottom: 20px;
}
.simple_text p {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000000;
  line-height: 1.5;
  padding-bottom: 20px;
}
.simple_text h2 {
  font-size: 24px;
  font-family: "verdanabold";
  color: #D3B000;
  padding-bottom: 20px;
}
.simple_text h3 {
  font-size: 20px;
  font-family: "verdanabold";
  color: #D3B000;
  padding-bottom: 20px;
}
.simple_text h4 {
  font-size: 24px;
  font-family: "verdanabold";
  color: #D3B000;
  padding-bottom: 20px;
}
.simple_text ol,
.simple_text ul {
  padding-bottom: 25px;
}
.simple_text ol > li,
.simple_text ul > li {
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000000;
  line-height: 1.5;
  padding-bottom: 30px;
}
.simple_text ol > li strong,
.simple_text ul > li strong {
  font-family: "verdanabold";
  padding-bottom: 10px;
  display: block;
  font-size: 18px;
}
.simple_text ol > li h4,
.simple_text ul > li h4 {
  font-size: 16px;
  font-family: "verdanabold";
  color: #000;
  padding-bottom: 10px;
}
.simple_text ol > li h5,
.simple_text ul > li h5 {
  font-size: 16px;
  font-family: "verdanabold";
  color: #000;
  padding-bottom: 10px;
}
.simple_text ol > li ul,
.simple_text ul > li ul {
  list-style: disc;
  padding-left: 20px;
}
.simple_text ol > li ul li,
.simple_text ul > li ul li {
  list-style: disc;
  font-size: 16px;
  font-family: "verdanaregular";
  color: #000000;
  line-height: 1.5;
  padding-bottom: 10px;
}
.simple_text ol > li ul li:last-child,
.simple_text ul > li ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .simple_text h1 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .simple_text h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .simple_text h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .simple_text h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .simple_text p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .simple_text ol > li,
  .simple_text ul > li {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .simple_text ol > li strong,
  .simple_text ul > li strong {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .simple_text ol > li ul li,
  .simple_text ul > li ul li {
    font-size: 14px;
    padding-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */